mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
update README
This commit is contained in:
parent
82d112b9d5
commit
748a8eb4e2
1 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
@ -6,7 +6,7 @@ a free and open source games framework
|
|||
>
|
||||
> It could be potentially used to make something very basic in a very hacky way but it is not a good experience
|
||||
>
|
||||
> UPDATE: It is slowly getting where I want it to be (at least for 2D)
|
||||
> Installation is manual as of right now but if it reaches an exaptable state I will publish the crate
|
||||
|
||||
## Recommended setup
|
||||
|
||||
|
@ -16,11 +16,21 @@ The project structure should look like this:
|
|||
project
|
||||
│ Cargo.toml
|
||||
│ build.rs
|
||||
│ src
|
||||
│ └── main.rs
|
||||
│ crates
|
||||
│ └── comet
|
||||
│ resources
|
||||
│ └── shaders
|
||||
│ └── textures
|
||||
│ src
|
||||
│ └── main.rs
|
||||
```
|
||||
|
||||
```toml
|
||||
# Cargo.toml
|
||||
...
|
||||
[dependencies]
|
||||
comet = { path = "crates/comet" }
|
||||
...
|
||||
```
|
||||
|
||||
```rust
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue