diff options
| author | s-ol <s+removethis@s-ol.nu> | 2026-04-22 11:52:07 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2026-05-14 15:00:13 +0000 |
| commit | 76e48cc66816a1ec064c12a7181b7751d1c783b2 (patch) | |
| tree | 7368d6ab24518d25eea7e6cf1bf8559519121cb7 /src/lib.rs | |
| parent | rebind outdated textures (diff) | |
| download | wgsl-view-76e48cc66816a1ec064c12a7181b7751d1c783b2.tar.gz wgsl-view-76e48cc66816a1ec064c12a7181b7751d1c783b2.zip | |
switch to WESL shaders
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,4 +3,5 @@ pub mod hap; pub mod osc; pub mod renderer; pub mod uniform; +mod wesl; pub mod window; |
