Docs.rs
limelight-0.1.3
limelight 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
paulgb
Dependencies
anyhow ^1.0.48
normal
bytemuck ^1.7.2
normal
js-sys ^0.3.55
normal
limelight-derive ^0.1.1
normal
log ^0.4.14
normal
slice-of-array ^0.3.1
normal
wasm-bindgen ^0.2.78
normal
web-sys ^0.3.55
normal
Versions
3.15%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
limelight
0.1.3
Drawable
Required Methods
draw
Implementors
In limelight::
renderer
limelight
::
renderer
Trait
Drawable
Copy item path
Source
pub trait Drawable { // Required method fn
draw
(&mut self, renderer: &mut
Renderer
) ->
Result
<
()
>; }
Required Methods
§
Source
fn
draw
(&mut self, renderer: &mut
Renderer
) ->
Result
<
()
>
Implementors
§