diff --git a/.gitmodules b/.gitmodules
index 16ffeeb..aba77f8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
[submodule "external/FastLZ"]
path = external/FastLZ
url = https://github.com/ariya/FastLZ.git
-[submodule "external/murmurhash"]
- path = external/murmurhash
- url = https://github.com/jwerle/murmurhash.c.git
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f7ad32c..08aeb57 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,15 +27,14 @@ FetchContent_MakeAvailable(argparse)
# yes... im using glob... dont judge me....
file(GLOB_RECURSE PROJECT_SOURCES CONFIGURE_DEPENDS "src/*.cpp")
file(GLOB EXTERNAL_SOURCES CONFIGURE_DEPENDS
- "external/murmurhash/murmurhash.c"
"external/FastLZ/fastlz.c")
set(PROJECT_INCLUDE
"src"
${STB_INCLUDE_DIRS}
${LIQ_INCLUDE_DIRS}
+ ${COLORM_INCLUDE_DIRS}
"external/ChernoTimer"
- "external/murmurhash"
"external/FastLZ")
set(PROJECT_LIBRARY
diff --git a/external/murmurhash b/external/murmurhash
deleted file mode 160000
index 10ba9c2..0000000
--- a/external/murmurhash
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 10ba9c25abbcf8952b5f4abecf9bf4fc148e8e65
diff --git a/readme.txt b/readme.txt
index cc566f4..464cd57 100644
--- a/readme.txt
+++ b/readme.txt
@@ -11,22 +11,22 @@ the idea is to simply load image data without worrying about image metadata.
the metadata contain basic stuff like width, height, format, etc...
color palette are embedded in the file.
-a palette hash is provided. this can be used to comparing
-whether another image uses the same palette
usage: sillyimage -i -o