Docs.rs
v-shield-0.2.0
v-shield 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
lapumlbb18-blip
Dependencies
raylib ^5.5.1
normal
optional
tokio ^1.0
normal
optional
Versions
57.14%
of the crate is documented
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
Skip to main content
Module core
v_
shield
0.2.0
Module core
Module Items
Structs
Functions
In crate v_
shield
v_shield
Module
core
Copy item path
Source
Structs
§
Raylib
Builder
A builder that allows more customization of the game window shown to the user before the
RaylibHandle
is created.
Raylib
Handle
The main interface into the Raylib API.
Raylib
Thread
This token is used to ensure certain functions are only running on the same thread raylib was initialized from. This is useful for architectures like macos where cocoa can only be called from one thread.
Functions
§
init
Creates a
RaylibBuilder
for choosing window options before initialization.