Skip to content

Commit 979649a

Browse files
committed
Removed unnecessary settings
1 parent bf82ca8 commit 979649a

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

rust/pyxel-engine/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ keywords = ["game", "gamedev", "python"]
1212

1313
[lib]
1414
name = "pyxel"
15-
path = "src/lib.rs"
1615

1716
[[test]]
1817
name = "tests"

rust/pyxel-platform/Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ readme = "README.md"
1010
categories = ["game-engines", "graphics", "multimedia"]
1111
keywords = ["game", "gamedev", "python"]
1212

13-
[lib]
14-
name = "pyxel_platform"
15-
path = "src/lib.rs"
16-
1713
[dependencies]
1814
cfg-if = "1.0"
1915
glow = "0.13"

rust/pyxel-wrapper/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ categories = ["game-engines", "graphics", "multimedia"]
1111
keywords = ["game", "gamedev", "python"]
1212

1313
[lib]
14-
name = "pyxel_wrapper"
1514
crate-type = ["cdylib"]
1615

1716
[dependencies]

0 commit comments

Comments
 (0)