From 9065f3c9765123f5f5bc503407c493fdb7c79488 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 9 Jun 2026 03:20:53 -0400 Subject: Initial handcam stuff --- Cargo.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3