Giter Site home page Giter Site logo

phimuemue / openschafkopf Goto Github PK

View Code? Open in Web Editor NEW
17.0 17.0 3.0 15.53 MB

Open Source Schafkopf

License: MIT License

Rust 95.59% Python 1.57% Less 0.09% CSS 0.71% HTML 0.20% TypeScript 0.74% Shell 0.85% Batchfile 0.02% Gnuplot 0.22% JavaScript 0.01%
game rust schafkopf

openschafkopf's People

Contributors

openschafkopf avatar phimuemue avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

openschafkopf's Issues

Can't compile openschafkopf

Dear openschafkopf dev,

as I am very interested in an Schafkopf program I tried to compile your application but failed to compile it on Debian bookworm.

 rustc --version
rustc 1.69.0 (84c898d65 2023-04-16)
   Compiling openschafkopf v0.1.0 (/home/schafkopf/openschafkopf/main)
   Compiling iana-time-zone v0.1.56
   Compiling regex-syntax v0.7.2
   Compiling termcolor v1.2.0
error[E0433]: failed to resolve: could not find `FitTo` in `resvg`
  --> main/build.rs:44:20
   |
44 |             resvg::FitTo::Original,
   |                    ^^^^^ could not find `FitTo` in `resvg`

error[E0423]: expected function, found module `resvg::render`
  --> main/build.rs:42:17
   |
42 |         unwrap!(resvg::render(
   |                 ^^^^^^^^^^^^^ not a function

error[E0603]: module `render` is private
  --> main/build.rs:42:24
   |
42 |         unwrap!(resvg::render(
   |                        ^^^^^^ private module
   |
note: the module `render` is defined here
  --> /home/schafkopf/.cargo/registry/src/github.com-1ecc6299db9ec823/resvg-0.34.1/src/lib.rs:28:1
   |
28 | mod render;
   | ^^^^^^^^^^

error[E0599]: no method named `to_screen_size` found for struct `Size` in the current scope
  --> main/build.rs:36:35
   |
36 |     let screensize = svgtree.size.to_screen_size();
   |                                   ^^^^^^^^^^^^^^ method not found in `Size`

Some errors have detailed explanations: E0423, E0433, E0599, E0603.
For more information about an error, try `rustc --explain E0423`.
error: could not compile `openschafkopf` due to 4 previous errors
warning: build failed, waiting for other jobs to finish...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.