diff options
author | Silas Bartha <[email protected]> | 2024-05-16 12:36:25 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-05-16 12:36:25 -0400 |
commit | a294ec442b91e1006a28049cda9fcb82b52d0dc0 (patch) | |
tree | ac0e07b42ca114f36259dc7b6d97044dba000be1 /Cargo.toml | |
parent | 4bdbe1ffbdd00192ac3beed1a4f1ac62c161109b (diff) |
Removed dynamic linking featurev0.1.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,8 +1,7 @@ [package] name = "grex_outline_post_process" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies.bevy] version = "0.13" -features = ["dynamic_linking"] |