Skip to content

Commit

Permalink
assets_wasm: Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
superdump committed Jan 15, 2022
1 parent 72bc28d commit 9a2f4ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/wasm/assets_wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ fn main() {
App::new()
.insert_resource(AssetServerSettings {
asset_folder: "/".to_string(),
..Default::default()
})
.add_plugins(DefaultPlugins)
.add_asset::<RustSourceCode>()
Expand Down

0 comments on commit 9a2f4ca

Please sign in to comment.