mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
add uniform parsing
This commit is contained in:
parent
700e5fff8b
commit
006ed09bb1
6 changed files with 229 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
extern crate psyc;
|
||||
|
||||
use psyc::*;
|
||||
use psyc::packet_types::*;
|
||||
|
||||
#[test]
|
||||
fn test_create_render() {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
extern crate psyc;
|
||||
|
||||
use psyc::*;
|
||||
use psyc::packet_types::*;
|
||||
|
||||
#[test]
|
||||
fn test_packet_id() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue