mach: rename mach.Engine -> mach.Core
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
6f7f17c5e8
commit
e79c9e075a
6 changed files with 83 additions and 83 deletions
|
|
@ -17,7 +17,7 @@ pub const StartupOptions = struct {};
|
|||
/// Application options that can be configured at run time.
|
||||
pub const Options = struct {
|
||||
/// The title of the window.
|
||||
title: [*:0]const u8 = "Mach engine",
|
||||
title: [*:0]const u8 = "Mach core",
|
||||
|
||||
/// The width of the window.
|
||||
width: u32 = 640,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue