mirror of
https://github.com/italicsjenga/ash-molten.git
synced 2024-12-23 21:31:30 +11:00
Add rust highlighting
This commit is contained in:
parent
e8c6393592
commit
2faa61cab7
|
@ -5,7 +5,7 @@
|
|||
|
||||
Use this if want to compile down to a single executable. Runtime linking is always preferred and you lose access to the validation layers if you use `ash-molten`.
|
||||
|
||||
```
|
||||
```Rust
|
||||
let entry = ash_molten::MoltenEntry::load().expect("Unable to load Molten");
|
||||
let app_name = CString::new("Hello Static Molten").unwrap();
|
||||
|
||||
|
|
Loading…
Reference in a new issue