shannah / Java-Objective-C-Bridge

A thin bridge that allows for two-way communication from Java to Objective-C.
123 stars 25 forks source link

rocococa-runtime dependency #15

Closed shannah closed 5 years ago

shannah commented 5 years ago

The pom file includes a dependency for rococoa-runtime. What is that for? How heavy is it? And could it be reasonably eliminated without crippling the lib?

@mojo2012

mojo2012 commented 5 years ago

I added it while I experimented with NSRect-like structs. I think we can easily elliminate it, I‘ll check it out later today

mojo2012 commented 5 years ago

I removed the dependency!