Docs.rs
rend3-framework-0.3.0
rend3-framework 0.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
OR
Zlib
Links
Repository
crates.io
Source
Owners
cwfitzgerald
Dependencies
anyhow ^1
normal
cfg-if ^1
normal
glam ^0.20
normal
log ^0.4
normal
parking_lot ^0.11
normal
profiling ^1
normal
rend3 ^0.3.0
normal
rend3-routine ^0.3.0
normal
thiserror ^1
normal
wgpu ^0.12
normal
winit ^0.26
normal
env_logger ^0.9
normal
pollster ^0.2
normal
console_error_panic_hook ^0.1
normal
console_log ^0.2
normal
js-sys ^0.3
normal
once_cell ^1.8
normal
reqwest ^0.11
normal
wasm-bindgen =0.2.78
normal
wasm-bindgen-futures ^0.4
normal
web-sys ^0.3
normal
ndk-glue ^0.5
normal
Versions
20.59%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
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
rend3_
framework
0.3.0
rend3_framework
Function
async_start
Copy item path
Source
pub async fn async_start<A:
App
+ 'static>( app: A, window_builder:
WindowBuilder
, )