WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelog
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.
Made byMcKay Seamons
GitHub
  1. Home
  2. Docs
  3. Examples
  4. info.json
Mission NodeSDK 6.3RustbasicsProject Included

info.json

Examples / SDK 6.3 / Rust / basics / Working with Emulator
info.json
JSON
1{
2 "name":"Working with Emulator",
3 "desc":"This example shows how to use output console in WOWCube emulator",
4 "prev_key":"Basics/2",
5 "next_key":"Basics/4",
6 "has_project":true
7}
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.
Context Rail

Project files

This section gets modified automatically to match the settings of your project
project/Cargo.toml
cubeapp.rs
project/src/cubeapp.rs
main.rs
project/src/main.rs
wowcubeapp-build.json
project/wowcubeapp-build.json
Context Rail

Related nodes

Working with Emulator
Examples / SDK 6.3 / Rust / basics
This section gets modified automatically to match the settings of your project
Examples / SDK 6.3 / Rust / basics / Working with Emulator / project
cubeapp.rs
Examples / SDK 6.3 / Rust / basics / Working with Emulator / project / src
main.rs
Examples / SDK 6.3 / Rust / basics / Working with Emulator / project / src
Previous Node
Working with Emulator
Examples / SDK 6.3 / Rust / basics
Next Node
This section gets modified automatically to match the settings of your project
Examples / SDK 6.3 / Rust / basics / Working with Emulator / project