Docs.rs
astrelis-0.2.4
astrelis 0.2.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
hxyulin
Dependencies
ahash ^0.8
normal
astrelis-assets ^0.2.4
normal
optional
astrelis-audio ^0.2.4
normal
optional
astrelis-core ^0.2.4
normal
astrelis-egui ^0.2.4
normal
optional
astrelis-input ^0.2.4
normal
optional
astrelis-render ^0.2.4
normal
optional
astrelis-text ^0.2.4
normal
optional
astrelis-ui ^0.2.4
normal
optional
astrelis-winit ^0.2.4
normal
optional
async-executor ^1.13
normal
futures-lite ^2.5
normal
num_cpus ^1.16
normal
tracing ^0.1
normal
pollster ^0.4.0
dev
tempfile ^3.10
dev
Versions
99.18%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
AppFactory
astrelis
0.2.4
astrelis
Type Alias
AppFactory
Copy item path
Source
pub type AppFactory =
fn
(&mut
AppCtx
<'_>) ->
Box
<dyn
App
>;