summaryrefslogtreecommitdiff
path: root/2026/framing/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-05-29 14:11:30 -0400
committerLLLL Colonq <llll@colonq>2026-05-29 14:11:30 -0400
commit7409691cb134eef99a7d9e53b57a1cba41a7ca09 (patch)
treee8266dee856f98a4d7c45a75f4cf395b003c5fa4 /2026/framing/Cargo.toml
parent6b1414844728328cf091cd942597d72fad2133d7 (diff)
Fix transparency
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