このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
noelle
/
rust-gamedev
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Missed a pub
master
Noelle
4年前
親
12cadfce69
コミット
8f7e67f6e2
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分情報を表示
1
1
src/components.rs
+ 1
- 1
src/components.rs
ファイルの表示
@@ -12,7 +12,7 @@ pub enum Direction {
#[derive(Component, Debug)]
#[storage(VecStorage)]
pub struct Position(Point);
pub struct Position(
pub
Point);
#[derive(Component, Debug)]
#[storage(VecStorage)]
書き込み
プレビュー
読み込み中…
キャンセル
保存