Permalink
Browse files
update hello_world tutorial example to 0.2.1 API
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
book/src/getting_started/hello_world.md
|
|
@@ -7,7 +7,7 @@ copy and paste the following code: |
|
|
```rust
|
|
|
extern crate amethyst;
|
|
|
|
|
|
-use amethyst::{Application, Duration, State, Trans};
|
|
|
+use amethyst::engine::{Application, Duration, State, Trans};
|
|
|
|
|
|
struct HelloWorld;
|
|
|
|
|
|
|
0 comments on commit
2c9ab7f