mirror of
https://github.com/neogeek23/rust_pong.git
synced 2026-02-04 19:08:20 +00:00
11 lines
178 B
Plaintext
11 lines
178 B
Plaintext
(
|
|
title: "Pong!",
|
|
dimensions: Some((875, 500)),
|
|
max_dimensions: None,
|
|
min_dimensions: None,
|
|
fullscreen: false,
|
|
multisampling: 0,
|
|
visibility: true,
|
|
vsync: true,
|
|
)
|