Skip to content

Commit

Permalink
update manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendzae committed Mar 9, 2024
1 parent c890849 commit 195871b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.0"
edition = "2021"
authors = ["Ben Dzaebel <[email protected]>"]
hompage = "bendz.dev"
license_file = "/LICENCE"
license = "MIT"
repository = "https://github.com/Bendzae/bevy_replicon_snap"
categories = ["game-development", "network-programming"]
keywords = ["networking", "bevy", "snapshot", "interpolation", "prediction"]
Expand All @@ -18,7 +18,7 @@ bevy_replicon = "0.24.1"
bevy_replicon_renet = "0.1.0"
serde = "1.0"

bevy_replicon_snap_macros = { path = "macros" }
bevy_replicon_snap_macros = { version = "0.2.0", path = "macros" }

[dev-dependencies]
clap = { version = "4.1", features = ["derive"] }
Expand Down
8 changes: 6 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[package]
name = "bevy_replicon_snap_macros"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Ben Dzaebel <[email protected]>"]
repository = "https://github.com/Bendzae/bevy_replicon_snap"
description = "Macros for bevy_replicon_snap"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true

[dependencies]
syn = "2.0"
quote = "1.0"
quote = "1.0"

0 comments on commit 195871b

Please sign in to comment.