From 2faa61cab7802a2fcfb9e6deafcd73e0e5127e57 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Wed, 5 Jun 2019 10:27:20 +0200 Subject: [PATCH] Add rust highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59013f5..e8f4cbe 100644 --- a/README.md +++ b/README.md @@ -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();