diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-22 00:23:58 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-22 00:23:58 +0100 |
commit | 0612ce58890741428f10c73a63bcb417dcd43a9f (patch) | |
tree | a06a6d180722cc3adc35d6a8e30789773b56d508 /client/src/main.rs | |
parent | 13eb6abfe0e766e432a2f08d58fa9f5a6c5026e7 (diff) | |
download | weareserver-0612ce58890741428f10c73a63bcb417dcd43a9f.tar weareserver-0612ce58890741428f10c73a63bcb417dcd43a9f.tar.bz2 weareserver-0612ce58890741428f10c73a63bcb417dcd43a9f.tar.zst |
generalize pipeline configuration in preparation for skinning
Diffstat (limited to 'client/src/main.rs')
-rw-r--r-- | client/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/main.rs b/client/src/main.rs index 66bd21f..e72e3b0 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -28,6 +28,7 @@ pub mod scene_render; pub mod state; pub mod ui; pub mod window; +pub mod shaders; use anyhow::Result; use clap::Parser; |