gpu: make Options public
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
451b437322
commit
38095942d9
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ pub fn build(b: *std.build.Builder) void {
|
|||
example_run_step.dependOn(&example_run_cmd.step);
|
||||
}
|
||||
|
||||
const Options = struct {
|
||||
pub const Options = struct {
|
||||
glfw_options: glfw.Options = .{},
|
||||
gpu_dawn_options: gpu_dawn.Options = .{},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue