Docs.rs
shader-sense-0.1.1
shader-sense 0.1.1
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
antaalt
Dependencies
glslang ^0.6.0
normal
naga ^0.12.2
normal
regex ^1.10.4
normal
serde ^1.0.199
normal
serde_json ^1.0.116
normal
tree-sitter =0.20.9
normal
tree-sitter-glsl =0.1.4
normal
tree-sitter-hlsl =0.1.2
normal
tree-sitter-wgsl-bevy =0.1.3
normal
hassle-rs ^0.11.0
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
shader_sense/
lib.rs
1
pub mod
include;
2
pub mod
shader;
3
pub mod
shader_error;
4
pub mod
symbols;
5
pub mod
validator;