mirror of https://github.com/Leinnan/rpack.git
Fix
This commit is contained in:
parent
090de0bb1a
commit
9bd24849f4
|
|
@ -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"]
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue