This commit is contained in:
Piotr Siuszko 2025-10-04 21:55:49 +02:00
parent 090de0bb1a
commit 9bd24849f4
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ homepage = "https://github.com/Leinnan/rpack"
authors = ["Piotr Siuszko <siuszko@zoho.com>"] authors = ["Piotr Siuszko <siuszko@zoho.com>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
keywords = ["bevy", "2d", "plugin"] keywords = ["bevy", "2d", "plugin"]
exclude = ["assets", "tiles", "*.rpack_gen.json", "justfile"] include = ["*.rs"]
[features] [features]
default = ["bevy"] default = ["bevy"]

View File

@ -45,7 +45,7 @@ It can be useful for building special version of the game for artists in the tea
In order to achieve that add this dependency to the project: In order to achieve that add this dependency to the project:
```toml ```toml
rpack_cli = "0.1" rpack_cli = "0.3"
``` ```
Then in `main.rs` just before `App::new()` add something like this: Then in `main.rs` just before `App::new()` add something like this: