Docs.rs
oxide-core-engine-0.1.0
oxide-core-engine 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
alan13367
Dependencies
bytemuck ^1.21
normal
egui ^0.33
normal
egui-winit ^0.33
normal
glam ^0.32.1
normal
notify ^8.2.0
normal
oxide-core-asset ^0.1.0
normal
oxide_ecs ^0.1.0
normal
oxide-core-input ^0.1.0
normal
oxide-core-math ^0.1.0
normal
oxide-core-renderer ^0.1.0
normal
oxide-core-transform ^0.1.0
normal
pollster ^0.4
normal
thiserror ^2.0
normal
tracing ^0.1
normal
wgpu ^28.0.0
normal
winit ^0.30
normal
Versions
30.36%
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
Resource
oxide_
engine
0.1.0
Resource
Implementors
In oxide_
engine::
ecs
oxide_engine
::
ecs
Trait
Resource
Copy item path
Source
pub trait Resource: 'static { }
Implementors
§
Source
§
impl
Resource
for
AssetServerResource
Source
§
impl
Resource
for
GltfSceneAssets
Source
§
impl
Resource
for
MaterialAssets
Source
§
impl
Resource
for
KeyboardInput
Source
§
impl
Resource
for
MouseInput
Source
§
impl
Resource
for
PendingGltfSceneSpawns
Source
§
impl
Resource
for
SpawnedGltfScenes
Source
§
impl
Resource
for
RendererResource
Source
§
impl
Resource
for
Time
Source
§
impl
Resource
for
WindowResource
Source
§
impl<T>
Resource
for
State
<T>
where T: 'static,