Skip to content

Commit

Permalink
Resource Bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
thatvertigo committed Dec 17, 2023
1 parent 32db4e3 commit 194d7c3
Show file tree
Hide file tree
Showing 10 changed files with 4,299 additions and 235 deletions.
33 changes: 21 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 3 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
[package]
name = "bevy_bundled"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
proc-macro = true

[dev-dependencies]
bevy = "0.12.1"

[dependencies]
syn = { version = "2.0.41", features = ["full"] }
quote = "1.0.33"
proc-macro2 = "1.0.70"
heck = "0.4.1"
bevy = "0.12.1"
bevy_bundled_derive = { path = "./bevy_bundled_derive" }
Loading

0 comments on commit 194d7c3

Please sign in to comment.