This website works better with JavaScript.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
noelle
/
rust-gamedev
İzle
1
Yıldızla
0
Çatalla
0
Kod
Sorunlar
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
Missed a pub
master
Noelle
4 yıl önce
ebeveyn
12cadfce69
işleme
8f7e67f6e2
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Farklılık Durumunu Göster
1
1
src/components.rs
+ 1
- 1
src/components.rs
Dosyayı Görüntüle
@@ -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)]
Write
Preview
Loading…
İptal
Kaydet