mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 09:25:44 +01:00
remove rust/cargo from compilation
it has become clear that incorperating rust in this project was a mistake, since I don't understand it well enough for it to be useful, and at this rate it'd be faster to use GLFW in C than in rust.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#include "error.h"
|
||||
|
||||
extern void test(void);
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
(void)argc, (void)argv;
|
||||
test();
|
||||
debug("owo");
|
||||
debug("%s", "owo");
|
||||
info("%s", "owo");
|
||||
warn("%s", "owo");
|
||||
error("%s", "owo");
|
||||
fatal("%s", "owo");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user