This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Format client.
wip
Titouan Rigoudy
4 years ago
parent
d432d58bb3
commit
dd7819c805
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
client/src/control/response.rs
+1
-1
client/src/control/ws.rs
+ 1
- 1
client/src/control/response.rs
View File
@ -1,5 +1,5 @@
use
solstice_proto
::
User
;
use
crate
::
room
;
use
solstice_proto
::
User
;
/// This enumeration is the list of possible control responses from the client
/// to the controller.
+ 1
- 1
client/src/control/ws.rs
View File
@ -3,8 +3,8 @@ use std::fmt;
use
crossbeam_channel
;
use
rustc_serialize
::
json
;
use
ws
;
use
solstice_proto
::
config
;
use
ws
;
use
super
::
request
::
*
;
use
super
::
response
::
*
;
Write
Preview
Loading…
Cancel
Save