Skip to content

Commit

Permalink
Update to rust 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Oct 21, 2021
1 parent 4adfef2 commit 57ec497
Show file tree
Hide file tree
Showing 9 changed files with 70 additions and 127 deletions.
174 changes: 54 additions & 120 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion canon_collision/Cargo.toml
Expand Up @@ -8,7 +8,8 @@ repository = "https://github.com/rukai/canon_collision"
keywords = ["platform", "fighter", "game"]
categories = ["games", "game-engines"]
default-run = "canon_collision"
edition = "2018"
edition = "2021"
rust-version = "1.56"

[dependencies]
canon_collision_lib = { path = "../canon_collision_lib" }
Expand Down
3 changes: 2 additions & 1 deletion canon_collision_hot_reload/Cargo.toml
Expand Up @@ -2,7 +2,8 @@
name = "canon_collision_hot_reload"
version = "0.1.0"
authors = ["Rukai <rubickent@gmail.com>"]
edition = "2018"
edition = "2021"
rust-version = "1.56"

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

Expand Down
3 changes: 2 additions & 1 deletion canon_collision_lib/Cargo.toml
Expand Up @@ -8,7 +8,8 @@ repository = "https://github.com/rukai/canon_collision"
homepage = "https://pfsandbox.net"
keywords = ["pf", "sandbox", "platform", "fighter", "game"]
categories = ["games", "game-engines"]
edition = "2018"
edition = "2021"
rust-version = "1.56"

[dependencies]
backtrace = "0.3"
Expand Down
2 changes: 2 additions & 0 deletions cc_cli/Cargo.toml
@@ -1,5 +1,7 @@
[package]
name = "cc_cli"
edition = "2021"
rust-version = "1.56"
version = "0.0.1"
authors = ["Rukai <rubickent@gmail.com>"]
description = "CLI client for Canon Collision"
Expand Down
3 changes: 2 additions & 1 deletion generate_hurtboxes/Cargo.toml
Expand Up @@ -2,7 +2,8 @@
name = "generate_hurtboxes"
version = "0.1.0"
authors = ["Rukai <rubickent@gmail.com>"]
edition = "2018"
edition = "2021"
rust-version = "1.56"
description = "generate hurtboxes from animation data"
license = "MIT"
repository = "https://github.com/rukai/canon_collision"
Expand Down
3 changes: 2 additions & 1 deletion map_controllers/Cargo.toml
Expand Up @@ -2,7 +2,8 @@
name = "cc_map_controllers"
version = "0.1.0"
authors = ["Rukai <rubickent@gmail.com>"]
edition = "2018"
edition = "2021"
rust-version = "1.56"

[dependencies]
gtk = "0.14"
Expand Down
3 changes: 2 additions & 1 deletion package_upgrader/Cargo.toml
Expand Up @@ -4,7 +4,8 @@ version = "0.0.1"
license = "MIT"
authors = ["Rukai <rubickent@gmail.com>"]
repository = "https://github.com/rukai/canon_collision"
edition = "2018"
edition = "2021"
rust-version = "1.56"

[dependencies]
serde_cbor = "0.11"
Expand Down
3 changes: 2 additions & 1 deletion panic_handler/Cargo.toml
Expand Up @@ -2,7 +2,8 @@
name = "panic_handler"
version = "0.1.0"
authors = ["Rukai <rubickent@gmail.com>"]
edition = "2018"
edition = "2021"
rust-version = "1.56"

[dependencies]
gtk = "0.14"
Expand Down

0 comments on commit 57ec497

Please sign in to comment.