summaryrefslogtreecommitdiff
path: root/2026/framing/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2026/framing/Cargo.toml')
-rw-r--r--2026/framing/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/2026/framing/Cargo.toml b/2026/framing/Cargo.toml
index 56d2fb7..b673692 100644
--- a/2026/framing/Cargo.toml
+++ b/2026/framing/Cargo.toml
@@ -7,10 +7,6 @@ edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
-[[bin]]
-name = "game"
-path = "src/main.rs"
-
[profile.release]
opt-level = 2
codegen-units = 1