kitgit

tirbofish/dropbear · commit

f5d11565e2f0616fe8774d0292fa19b119bb24de

worked on the NativeEngine, i think im getting somewhere (hopefully). all i remember is that eucalyptus-core is now a cdylib and a rlib, and a world is passed as a pointer. thats all i remember lol.

Unverified

tk <4tkbytes@pm.me> · 2025-10-08 15:23

view full diff

diff --git a/.gitignore b/.gitignore
index 1f67367..ba1ab3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,4 +51,8 @@ Cargo.lock
 **/*.rs.bk
 *.pdb
 
-.idea/
\ No newline at end of file
+.idea/
+
+src/*.dll
+src/*.dylib
+src/*.so
\ No newline at end of file
diff --git a/.run/generateJniHeaders.run.xml b/.run/generateJniHeaders.run.xml
new file mode 100644
index 0000000..acc9512
--- /dev/null
+++ b/.run/generateJniHeaders.run.xml
@@ -0,0 +1,24 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="generateJniHeaders" type="GradleRunConfiguration" factoryName="Gradle">
+    <ExternalSystemSettings>
+      <option name="executionName" />
+      <option name="externalProjectPath" value="$PROJECT_DIR$" />
+      <option name="externalSystemIdString" value="GRADLE" />
+      <option name="scriptParameters" value="" />
+      <option name="taskDescriptions">
+        <list />
+      </option>
+      <option name="taskNames">
+        <list>
+          <option value="generateJniHeaders" />
+        </list>
+      </option>
+      <option name="vmOptions" />
+    </ExternalSystemSettings>
+    <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
+    <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
+    <DebugAllEnabled>false</DebugAllEnabled>
+    <RunAsTest>false</RunAsTest>
+    <method v="2" />
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/README.md b/README.md
index 90af976..8835271 100644
--- a/README.md

Large diffs are not rendered by default. Showing the first 50 of 973 lines. Show full diff