summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-06-09 03:20:53 -0400
committerLLLL Colonq <llll@colonq>2026-06-09 03:20:53 -0400
commit9065f3c9765123f5f5bc503407c493fdb7c79488 (patch)
treea442c9be93715217fd6e05b1bab2a20dc2fe7d18 /Cargo.toml
parent01899d77e0e04a470fbc1ca000fef6e467334516 (diff)
Initial handcam stuff
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 8 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1435161..e2b79d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,9 +21,14 @@ strip = true
debug = 0
opt-level = 2
+[workspace.lints.clippy]
+all = "deny"
+pedantic = "deny"
+nursery = "deny"
+
[workspace.dependencies]
-teleia = { git = "https://github.com/lcolonq/teleia" } # engine
-# teleia = { path = "../teleia/crates/teleia" } # engine
+# teleia = { git = "https://github.com/lcolonq/teleia" } # engine
+teleia = { path = "../teleia/crates/teleia" } # engine
glfw = { git = "https://github.com/lcolonq/glfw-rs", features = ["serde"] } # window management
glam = { version = "0.29.2", features = ["serde"] } # linear algebra
glow = { version = "=0.13.1", features = [] } # gl bindings
@@ -44,6 +49,7 @@ byteorder = "1.5.0" # read little-endian numbers
image = { version = "0.25.10", default-features = false, features = ["jpeg", "png", "webp"] } # read and write image files
png = "*" # encode apng
cpal = "*" # record microphone
+nokhwa = "*" # record webcam
redis = "*" # database
web-image-meta = "*" # edit image metadata
uuid = {version = "*", features = ["v4"]} # generate uuids